Package com.bitmovin.player.api.ui

Types

Link copied to clipboard
interface FullscreenHandler
Link copied to clipboard
interface PictureInPictureHandler

Represents the base functions required by PlayerView to enable and handle Picture-In-Picture mode.

Link copied to clipboard
enum ScalingMode : Enum<ScalingMode>

Specifies how the video content is scaled or stretched.

Link copied to clipboard
data class StyleConfig(isUiEnabled: Boolean, playerUiCss: String, supplementalPlayerUiCss: String?, playerUiJs: String, isHideFirstFrame: Boolean, scalingMode: ScalingMode) : Parcelable

Configures visual presentation and behaviour of the Player UI.

Link copied to clipboard
interface UserInterfaceApi
API methods related to the user interface.